home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Windows 1993 Fall / TestDrive Windows 1993 Fall.iso / dbase / dtl / as_headr.cod < prev    next >
Encoding:
Text File  |  1993-03-09  |  499 b   |  13 lines

  1. //
  2. // Module Name: AS_HEADR.COD
  3. // Selectors used : Appl_Authr, Appl_Cpyrt, Appl_versn
  4. // Description: Used as a include to produce Program Header Information
  5. //
  6. {strng=STR(VERSION());}
  7. * Author.......: {if author then}{alltrim(author)}{endif}
  8. * Date.........: {ltrim(SUBSTR(DATE(),1,8))}
  9. * Notice.......: {if Copyright then}{alltrim(Copyright)}{endif}
  10. * Generated by.: dBASE IV version {db_version_no}
  11. {if Menu_Desc then}* Description..: {alltrim(Menu_Desc)}{endif}
  12. // EOP AS_HEADR.COD
  13.